home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / itgraph / delphi / playgrnd.dfm / playgrnd.txt
Encoding:
Text File  |  1995-09-05  |  12.8 KB  |  508 lines

  1. object Playground: TPlayground
  2.   Left = 218
  3.   Top = 167
  4.   Width = 649
  5.   Height = 432
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'ITGraph Property Playground'
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   PixelsPerInch = 120
  15.   PopupMenu = PopupMenu2
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   TextHeight = 20
  19.   object ITGraph1: TITGraph
  20.     Left = 0
  21.     Top = 0
  22.     Width = 641
  23.     Height = 377
  24.     Align = 0
  25.     BackColor = clAqua
  26.     BorderStyle = 0
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     ForeColor = clBlack
  33.     HelpContextId = 0
  34.     TabOrder = 0
  35.     TabStop = True
  36.     ArrangeMode = 2
  37.     AutoArrange = 1
  38.     DrawArrows = True
  39.     DrawBackLinks = 2
  40.     DrawColored = True
  41.     DrawConnLabels = True
  42.     DrawDir = 3
  43.     DrawHandles = True
  44.     DrawItemLabels = True
  45.     DrawScale = 100
  46.     FillColor = clYellow
  47.     Gap = 10
  48.     LineWidth = 0
  49.     RubberBand = 3
  50.     XSpace = 20
  51.     XSpan = 120
  52.     YSpace = 20
  53.     YSpan = 50
  54.     GraphicAllowImport = 3
  55.     Redraw = True
  56.     PrintRectHeight = 0
  57.     PrintRectLeft = 0
  58.     PrintRectTop = 0
  59.     PrintRectWidth = 0
  60.     StoreGraphics = 2
  61.     SelectedIndex = -1
  62.     OnKeyDown = ITGraph1KeyDown
  63.     OnKeyPress = ITGraph1KeyPress
  64.     OnClick = ITGraph1Click
  65.     OnDblClick = ITGraph1DblClick
  66.     OnItemClick = ITGraph1ItemClick
  67.     OnItemDblClick = ITGraph1ItemDblClick
  68.     OnLineDblClick = ITGraph1LineDblClick
  69.     OnItemConnect = ITGraph1ItemConnect
  70.     OnSelectRect = ITGraph1SelectRect
  71.     OnItemDrag = ITGraph1ItemDrag
  72.     DragItems = 0
  73.     SelectRectEnabled = 0
  74.     SelectRectHeight = 0
  75.     SelectRectLeft = 0
  76.     SelectRectTop = 0
  77.     SelectRectWidth = 0
  78.     Graphics_Data = {FFFF}
  79.     AutoMouseEvents_Data = {
  80.       3300010008000C00030001000100010000000000000000000000000000000000
  81.       00000000000000000000000000000000}
  82.   end
  83.   object MainMenu1: TMainMenu
  84.     Left = 8
  85.     Top = 8
  86.     object File1: TMenuItem
  87.       Caption = '&File'
  88.       object New1: TMenuItem
  89.         Caption = '&New'
  90.         OnClick = New1Click
  91.       end
  92.       object Open1: TMenuItem
  93.         Caption = '&Open...'
  94.         OnClick = Open1Click
  95.       end
  96.       object Save1: TMenuItem
  97.         Caption = '&Save'
  98.         OnClick = Save1Click
  99.       end
  100.       object SaveAs1: TMenuItem
  101.         Caption = 'Save &As...'
  102.         OnClick = SaveAs1Click
  103.       end
  104.       object N2: TMenuItem
  105.         Caption = '-'
  106.       end
  107.       object Print1: TMenuItem
  108.         Caption = '&Print Graph...'
  109.         OnClick = Print1Click
  110.       end
  111.       object PrintReport1: TMenuItem
  112.         Caption = 'Print &Report...'
  113.         OnClick = PrintReport1Click
  114.       end
  115.       object PrintSetup1: TMenuItem
  116.         Caption = 'Print Se&tup...'
  117.         OnClick = PrintSetup1Click
  118.       end
  119.       object N1: TMenuItem
  120.         Caption = '-'
  121.       end
  122.       object Exit1: TMenuItem
  123.         Caption = 'E&xit'
  124.         OnClick = Exit1Click
  125.       end
  126.     end
  127.     object Node1: TMenuItem
  128.       Caption = '&Node'
  129.       object New2: TMenuItem
  130.         Caption = '&New Node'
  131.         OnClick = New2Click
  132.         ShortCutText = 'Ins'
  133.       end
  134.       object Duplicate1: TMenuItem
  135.         Caption = '&Duplicate'
  136.         Enabled = False
  137.         OnClick = Duplicate1Click
  138.         ShortCutText = 'Ctrl+D'
  139.       end
  140.       object Remove1: TMenuItem
  141.         Caption = '&Remove'
  142.         Enabled = False
  143.         OnClick = Remove1Click
  144.         ShortCutText = 'Del'
  145.       end
  146.       object N8: TMenuItem
  147.         Caption = '-'
  148.       end
  149.       object BringToFront1: TMenuItem
  150.         Caption = 'Bring To Front'
  151.         Enabled = False
  152.         OnClick = BringToFront1Click
  153.       end
  154.       object SendToBack1: TMenuItem
  155.         Caption = 'Send To Back'
  156.         Enabled = False
  157.         OnClick = SendToBack1Click
  158.       end
  159.       object ShiftLeft1: TMenuItem
  160.         Caption = 'Shift Left (Tree)'
  161.         Enabled = False
  162.         OnClick = ShiftLeft1Click
  163.       end
  164.       object ShiftRight1: TMenuItem
  165.         Caption = 'Shift Right (Tree)'
  166.         Enabled = False
  167.         OnClick = ShiftRight1Click
  168.       end
  169.       object N7: TMenuItem
  170.         Caption = '-'
  171.       end
  172.       object FindNode1: TMenuItem
  173.         Caption = '&Find Node'
  174.         OnClick = FindNode1Click
  175.         ShortCutText = 'Ctrl+F'
  176.       end
  177.       object FindAgain1: TMenuItem
  178.         Caption = 'Find &Again'
  179.         Enabled = False
  180.         OnClick = FindAgain1Click
  181.         ShortCutText = 'F3'
  182.       end
  183.     end
  184.     object Options1: TMenuItem
  185.       Caption = '&Options'
  186.       object ArrangeMode1: TMenuItem
  187.         Caption = 'Arrange&Mode (FlowChart)'
  188.         object Hierarchy1: TMenuItem
  189.           Caption = '&Hierarchy'
  190.           OnClick = Hierarchy1Click
  191.         end
  192.         object Compact1: TMenuItem
  193.           Caption = '&Compact'
  194.           OnClick = Compact1Click
  195.         end
  196.         object FlowChart1: TMenuItem
  197.           Caption = '&FlowChart'
  198.           Checked = True
  199.           OnClick = FlowChart1Click
  200.         end
  201.         object Tree1: TMenuItem
  202.           Caption = '&Tree'
  203.           OnClick = Tree1Click
  204.         end
  205.       end
  206.       object AutoArrange1: TMenuItem
  207.         Caption = '&AutoArrange (AutoMatic)'
  208.         object Automatic1: TMenuItem
  209.           Caption = '&Automatic'
  210.           Checked = True
  211.           OnClick = Automatic1Click
  212.         end
  213.         object Manual1: TMenuItem
  214.           Caption = '&Manual'
  215.           OnClick = Manual1Click
  216.         end
  217.         object Now1: TMenuItem
  218.           Caption = '&Now'
  219.           OnClick = Now1Click
  220.         end
  221.       end
  222.       object DrawDir1: TMenuItem
  223.         Caption = '&DrawDir (TopToBottom)'
  224.         object RightToLeft1: TMenuItem
  225.           Caption = '&RightToLeft'
  226.           OnClick = RightToLeft1Click
  227.         end
  228.         object LeftToRight1: TMenuItem
  229.           Caption = '&LeftToRight'
  230.           OnClick = LeftToRight1Click
  231.         end
  232.         object BottomToTop1: TMenuItem
  233.           Caption = '&BottomToTop'
  234.           OnClick = BottomToTop1Click
  235.         end
  236.         object TopToBottom1: TMenuItem
  237.           Caption = '&TopToBottom'
  238.           Checked = True
  239.           OnClick = TopToBottom1Click
  240.         end
  241.       end
  242.       object DrawScale1: TMenuItem
  243.         Caption = 'Draw&Scale (Fit to Screen)'
  244.         object FitToScreen1: TMenuItem
  245.           Caption = '&Fit to Screen'
  246.           OnClick = FitToScreen1Click
  247.         end
  248.         object N251: TMenuItem
  249.           Caption = '&25%'
  250.           OnClick = N251Click
  251.         end
  252.         object N501: TMenuItem
  253.           Caption = '&50%'
  254.           OnClick = N501Click
  255.         end
  256.         object N751: TMenuItem
  257.           Caption = '&75%'
  258.           OnClick = N751Click
  259.         end
  260.         object N1001: TMenuItem
  261.           Caption = '&100%'
  262.           OnClick = N1001Click
  263.         end
  264.         object N2001: TMenuItem
  265.           Caption = '2&00%'
  266.           OnClick = N2001Click
  267.         end
  268.         object N4001: TMenuItem
  269.           Caption = '&400%'
  270.           OnClick = N4001Click
  271.         end
  272.       end
  273.       object RubberBand1: TMenuItem
  274.         Caption = '&Rubber Band (Both)'
  275.         object None1: TMenuItem
  276.           Caption = '&None'
  277.           OnClick = None1Click
  278.         end
  279.         object Items1: TMenuItem
  280.           Caption = '&Items'
  281.           OnClick = Items1Click
  282.         end
  283.         object Handles1: TMenuItem
  284.           Caption = '&Handles'
  285.           OnClick = Handles1Click
  286.         end
  287.         object Both1: TMenuItem
  288.           Caption = '&Both'
  289.           Checked = True
  290.           OnClick = Both1Click
  291.         end
  292.       end
  293.       object N5: TMenuItem
  294.         Caption = '-'
  295.       end
  296.       object DrawArrows1: TMenuItem
  297.         Caption = 'Draw Arrows'
  298.         Checked = True
  299.         OnClick = DrawArrows1Click
  300.       end
  301.       object DrawBackLinks1: TMenuItem
  302.         Caption = 'DrawBackLinks'
  303.         Checked = True
  304.       end
  305.       object DrawColored1: TMenuItem
  306.         Caption = 'DrawColored'
  307.         Checked = True
  308.         OnClick = DrawColored1Click
  309.       end
  310.       object DrawConnLabels1: TMenuItem
  311.         Caption = 'DrawConnLabels'
  312.         Checked = True
  313.         OnClick = DrawConnLabels1Click
  314.       end
  315.       object DrawHandles1: TMenuItem
  316.         Caption = 'DrawHandles'
  317.         Checked = True
  318.         OnClick = DrawHandles1Click
  319.       end
  320.       object DrawItemLabels1: TMenuItem
  321.         Caption = 'DrawItemLabels'
  322.         Checked = True
  323.         OnClick = DrawItemLabels1Click
  324.       end
  325.     end
  326.     object Special1: TMenuItem
  327.       Caption = '&Special'
  328.       object GenerateTree1: TMenuItem
  329.         Caption = 'Random &Tree'
  330.         object N8Nodes1: TMenuItem
  331.           Caption = '&8 Nodes'
  332.           OnClick = N8Nodes1Click
  333.         end
  334.         object N15Nodes1: TMenuItem
  335.           Caption = '&15 Nodes'
  336.           OnClick = N15Nodes1Click
  337.         end
  338.         object N25Nodes1: TMenuItem
  339.           Caption = '&25 Nodes'
  340.           OnClick = N25Nodes1Click
  341.         end
  342.         object N50Nodes1: TMenuItem
  343.           Caption = '&50 Nodes'
  344.           OnClick = N50Nodes1Click
  345.         end
  346.       end
  347.       object RandomDirectedGraph1: TMenuItem
  348.         Caption = 'Random &Directed Graph'
  349.         object N8Nodes2: TMenuItem
  350.           Caption = '&8 Nodes'
  351.           OnClick = N8Nodes2Click
  352.         end
  353.         object N15Nodes2: TMenuItem
  354.           Caption = '&15 Nodes'
  355.           OnClick = N15Nodes2Click
  356.         end
  357.         object N25Nodes2: TMenuItem
  358.           Caption = '&25 Nodes'
  359.           OnClick = N25Nodes2Click
  360.         end
  361.         object N50Nodes2: TMenuItem
  362.           Caption = '&50 Nodes'
  363.           OnClick = N50Nodes2Click
  364.         end
  365.       end
  366.       object N6: TMenuItem
  367.         Caption = '-'
  368.       end
  369.       object RandomSizedNodes1: TMenuItem
  370.         Caption = 'Random &Sized Nodes'
  371.         Checked = True
  372.         OnClick = RandomSizedNodes1Click
  373.       end
  374.     end
  375.   end
  376.   object OpenDialog1: TOpenDialog
  377.     Filter = 'ITGraph Files (*.ITG)|*.ITG|All Files (*.*)|*.*'
  378.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  379.     Title = 'Open a Graph'
  380.     Left = 40
  381.     Top = 8
  382.   end
  383.   object SaveDialog1: TSaveDialog
  384.     DefaultExt = 'ITG'
  385.     Filter = 'ITGraph Files (*.ITG)|*.ITG|All Files (*.*)|*.*'
  386.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  387.     Title = 'Save Graph As...'
  388.     Left = 72
  389.     Top = 8
  390.   end
  391.   object PopupMenu1: TPopupMenu
  392.     Left = 104
  393.     Top = 8
  394.     object FillColor1: TMenuItem
  395.       Caption = 'Item &Fill Color...'
  396.       OnClick = FillColor1Click
  397.     end
  398.     object TextColor1: TMenuItem
  399.       Caption = 'Item &Text Color...'
  400.       OnClick = TextColor1Click
  401.     end
  402.     object BorderColor1: TMenuItem
  403.       Caption = 'Item &Border Color...'
  404.       OnClick = BorderColor1Click
  405.     end
  406.     object ItemShape1: TMenuItem
  407.       Caption = 'Item &Shape...'
  408.       OnClick = ItemShape1Click
  409.     end
  410.     object ItemGraphic1: TMenuItem
  411.       Caption = 'Item &Graphic...'
  412.       OnClick = ItemGraphic1Click
  413.     end
  414.     object GraphicStyle1: TMenuItem
  415.       Caption = 'Graphic Style'
  416.       object NoGraphic1: TMenuItem
  417.         Caption = '&No Graphic'
  418.         OnClick = NoGraphic1Click
  419.       end
  420.       object FullGraphic1: TMenuItem
  421.         Caption = '&Full Graphic'
  422.         OnClick = FullGraphic1Click
  423.       end
  424.       object HalfGraphic1: TMenuItem
  425.         Caption = '&Half Graphic'
  426.         OnClick = HalfGraphic1Click
  427.       end
  428.       object IconGraphic1: TMenuItem
  429.         Caption = '&Icon Graphic'
  430.         OnClick = IconGraphic1Click
  431.       end
  432.     end
  433.     object N3: TMenuItem
  434.       Caption = '-'
  435.     end
  436.     object ForeColor1: TMenuItem
  437.       Caption = 'Foreground Color...'
  438.       OnClick = ForeColor1Click
  439.     end
  440.     object BackColor1: TMenuItem
  441.       Caption = 'Background Color...'
  442.       OnClick = BackColor1Click
  443.     end
  444.     object DefFillColor1: TMenuItem
  445.       Caption = 'Default Fill Color...'
  446.       OnClick = DefFillColor1Click
  447.     end
  448.     object N4: TMenuItem
  449.       Caption = '-'
  450.     end
  451.     object Font1: TMenuItem
  452.       Caption = 'Font...'
  453.       OnClick = Font1Click
  454.     end
  455.   end
  456.   object ColorDialog1: TColorDialog
  457.     Left = 168
  458.     Top = 8
  459.   end
  460.   object FontDialog1: TFontDialog
  461.     Font.Color = clWindowText
  462.     Font.Height = -17
  463.     Font.Name = 'System'
  464.     Font.Style = []
  465.     MinFontSize = 0
  466.     MaxFontSize = 0
  467.     Left = 200
  468.     Top = 8
  469.   end
  470.   object PopupMenu2: TPopupMenu
  471.     Left = 136
  472.     Top = 8
  473.     object MenuItem5: TMenuItem
  474.       Caption = 'Foreground Color...'
  475.       OnClick = ForeColor1Click
  476.     end
  477.     object MenuItem6: TMenuItem
  478.       Caption = 'Background Color...'
  479.       OnClick = BackColor1Click
  480.     end
  481.     object MenuItem7: TMenuItem
  482.       Caption = 'Default Fill Color...'
  483.       OnClick = DefFillColor1Click
  484.     end
  485.     object MenuItem8: TMenuItem
  486.       Caption = '-'
  487.     end
  488.     object MenuItem9: TMenuItem
  489.       Caption = 'Font...'
  490.       OnClick = Font1Click
  491.     end
  492.   end
  493.   object PrinterSetupDialog1: TPrinterSetupDialog
  494.     Left = 232
  495.     Top = 8
  496.   end
  497.   object PrintDialog1: TPrintDialog
  498.     Left = 264
  499.     Top = 8
  500.   end
  501.   object FindDialog1: TFindDialog
  502.     Options = [frDown, frFindNext, frHideMatchCase, frHideWholeWord, frHideUpDown]
  503.     OnFind = FindDialog1Find
  504.     Left = 296
  505.     Top = 8
  506.   end
  507. end
  508.